A bit field would be this:
Code:
struct foo
{
    type name:size;
};
His use of : is in the initializer.


Quzah.